<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}


.clear{
  clear: both;
}





/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}

.banner .banner_button{
  position: absolute;
  bottom: 0.6rem;
  right: 6%;
}


.banner .swiper-button-next {
  position: relative;
  width: 50px;
  height: 50px;
  background: url(../images/bannerR.png) no-repeat center;
  right: 0%;
  top: 0%;
  z-index: 5;
  float: right;
  cursor: pointer;
}

.banner .swiper-button-prev {
  position: relative;
  width: 50px;
  height: 50px;
  background: url(../images/bannerL.png) no-repeat center;
  left: 0%;
  top: 0%;
  float: left;
  z-index: 5;
  cursor: pointer;
  margin-right: 20px;
}

.banner .swiper-pagination {
  width: auto;
  bottom: 0.6rem;
  left: 7%;
  text-align: center;
  position: absolute;
  z-index: 5;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #005a99;
  width: 9px;
  height: 9px;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 26px;
  border-radius: 45px;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}



.banner .headerht{
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;


}

.banner .headerht span{
  width: 40%;
  position: relative;
  z-index: 5;
  display: block;
  margin: 0 auto;
  background: url(../images/mouse.png) no-repeat top center;
  padding-top: 0.45rem;
  font-size: 0.14rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  animation: ht 1s infinite;
	-moz-animation: ht 1s infinite;
	/* Firefox */

	-webkit-animation: ht 1s infinite;
	/* Safari and Chrome */

	-o-animation: ht 1s infinite;
	/* Opera */

	cursor: pointer;
}

@keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-moz-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-webkit-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
  @-o-keyframes ht {
  0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
  50% {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
 }
  100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
 }
 }
 




@media (max-width: 980px) {

  .banner .swiper-slide {
    height: 190px;

}

.banner .swiper-slide img{
  object-fit: cover;
}

  .banner .swiper-button-next {
    display: none;
  }

  .banner .swiper-button-prev {
    display: none;
  }

  .banner .swiper-pagination {
    width: 100%;
    bottom: 0.1rem;
    left: 0%;
    text-align: center;
    position: absolute;
    z-index: 5;
  }

  .banner .headerht{
    display: none;
  }

}




/* title */

.title{
  margin: 0 auto;
  text-align: center;
}

.title i{
  display: block;
  font-size: 0.4rem;
  color: #e9e9e9;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.36rem;
}

.title h3{
  font-size: 0.34rem;
  color: #000000;
  font-weight: bold;
  line-height: 0.36rem;
  margin-top: -0.36rem;
  position: relative;
  z-index: 5;

}

.title h3 a{
  display: block;
  font-size: 0.34rem;
  color: #000000;
  font-weight: bold;
  line-height: 0.36rem;
  

}

.title span{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  margin: 0.2rem auto 0 auto;
}



@media (max-width: 980px) {

  .title i{
    display: block;
    font-size: 0.3rem;
    color: #e9e9e9;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.36rem;
  }
  
  .title h3{
    font-size: 0.2rem;
    color: #000000;
    font-weight: bold;
    line-height: 0.36rem;
    margin-top: -0.36rem;
    position: relative;
    z-index: 5;
  
  }
  
  .title h3 a{
    display: block;
    font-size: 0.2rem;
    color: #000000;
    font-weight: bold;
    line-height: 0.36rem;
    
  
  }
  
  .title span{
    display: block;
    text-align: center;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.24rem;
    margin-top: 0.1rem;
  }

}


/* about */

.ab_bg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat top center;
  overflow: hidden;
  padding-bottom: 1rem;
}

.ab_bg .about{
  margin: 0 auto;
  padding-top: 0.5rem;
}


.ab_bg .about .ab_list{
  margin: 0.3rem auto 0 auto;
  overflow: hidden;
} 

.ab_bg .about .ab_list ul li{
  float: left;
  width: 15%;
  margin-right: 13%;
}

.ab_bg .about .ab_list ul li:last-child{
  margin-right: 0;
}

.ab_bg .about .ab_list ul li h5{
  margin: 0 auto;

}

.ab_bg .about .ab_list ul li h5 span{
  font-size: 0.56rem;
  color: #005a99;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 0.45rem;
  display: inline-block;

}

.ab_bg .about .ab_list ul li h5 i{
  font-size: 0.16rem;
  color: #333;
}

.ab_bg .about .ab_list ul li p{
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  margin: 0.1rem auto 0 auto;
}


.ab_bg .about .ab_box{
  margin: 0.75rem auto 0 auto;
} 

.ab_bg .about .ab_box .ab_img{
  float: left;
  width: 49%;
  height: 5.74rem;
  position: relative;
}

.ab_bg .about .ab_box .ab_img img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.ab_bg .about .ab_box .ab_r{
  float: right;
  width: 47%;
} 

.ab_bg .about .ab_box .ab_r h3{
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  margin: 0.2rem 0 0.05rem 0;

}

.ab_bg .about .ab_box .ab_r h5{
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}

.ab_bg .about .ab_box .ab_r em{
  display: block;
  width: 0.5rem;
  height: 2px;
  background: #005a99;
  margin-top: 0.32rem;
}

.ab_bg .about .ab_box .ab_r p{
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.3rem;
  height: 2.4rem;
  overflow: hidden;
  margin: 0.35rem 0 0.4rem 0;
}

.ab_bg .about .ab_box .ab_r .more{
  width: 1.5rem;
  height: 0.43rem;
  line-height: 0.43rem;
  border: 1px solid #005a99;
  text-align: center;

}

.ab_bg .about .ab_box .ab_r .more a{
  display: inline-block;
  font-size: 0.14rem;
  color: #005a99;
  padding-right: 0.2rem;
  background: url(../images/ab_more.png) no-repeat right center;
}


@media (max-width: 980px){
  .ab_bg{
    padding-bottom: 0.5rem;
  }
  
  .ab_bg .about{
    margin: 0 auto;
    padding-top: 0rem;
  }
  
  
  .ab_bg .about .ab_list{
    margin: 0.2rem auto 0 auto;
    overflow: hidden;
  } 
  
  .ab_bg .about .ab_list ul li{
    float: left;
    width: 50%;
    margin-right: 0%;
    margin-bottom: 0.1rem;
    text-align: center;
  }
  
  .ab_bg .about .ab_list ul li:last-child{
    margin-right: 0;
  }
  
  .ab_bg .about .ab_list ul li h5{
    margin: 0 auto;
  
  }
  
  .ab_bg .about .ab_list ul li h5 span{
    font-size: 0.24rem;
    color: #005a99;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 0.3rem;
    display: inline-block;
  
  }
  
  .ab_bg .about .ab_list ul li h5 i{
    font-size: 0.16rem;
    color: #333;
  }
  
  .ab_bg .about .ab_list ul li p{
    font-size: 0.15rem;
    color: #333;
    font-weight: bold;
    margin: 0rem auto 0 auto;
  }
  
  
  .ab_bg .about .ab_box{
    margin: 0.1rem auto 0 auto;
  } 
  
  .ab_bg .about .ab_box .ab_img{
    float: none;
    width: 100%;
    height: auto;
    padding-top: 60%;
    position: relative;
  }
  
  
  .ab_bg .about .ab_box .ab_r{
    float: none;
    width: 100%;
    text-align: center;
  } 
  
  .ab_bg .about .ab_box .ab_r h3{
    font-size: 0.2rem;
    color: #333;
    font-weight: bold;
    margin: 0.2rem 0 0.05rem 0;
  
  }
  
  .ab_bg .about .ab_box .ab_r h5{
    font-size: 0.2rem;
    color: #333;
    font-weight: bold;
  }
  
  .ab_bg .about .ab_box .ab_r em{
    display: block;
    width: 0.5rem;
    height: 2px;
    background: #005a99;
    margin: 0.2rem auto 0 auto;
  }
  
  .ab_bg .about .ab_box .ab_r p{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
    height: 2.4rem;
    overflow: hidden;
    margin: 0.15rem 0 0.2rem 0;
  }
  
  .ab_bg .about .ab_box .ab_r .more{
    width: 1.5rem;
    height: 0.43rem;
    line-height: 0.43rem;
    border: 1px solid #005a99;
    text-align: center;
    margin: 0 auto;
  
  }
  
  .ab_bg .about .ab_box .ab_r .more a{
    display: inline-block;
    font-size: 0.14rem;
    color: #005a99;
    padding-right: 0.2rem;
    background: url(../images/ab_more.png) no-repeat right center;
  }
  
  

}


/* product */

.pro_bg{
  margin: -0.3rem auto 0.7rem auto;
  width: 100%;
}

.pro_bg .product{
  margin: 0 auto;
}



.pro_bg .product .pro_list{
  margin: 0.65rem auto 0 auto;
  height: 0.8rem;
  border-bottom: 2px solid #d9d9d9;
  text-align: center;
}

.pro_bg .product .pro_list ul li{
  display: inline-block;
  text-align: center;
  margin: 0 0rem ;
  height: 0.8rem;
  width: 19.5%;
  position: relative;
}

.pro_bg .product .pro_list ul li::before{
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 1px;
  height: 0.4rem;
  background: #d9d9d9;
}

.pro_bg .product .pro_list ul li a{
  display: block;
  text-align: center;
  line-height: 0.4rem;
}

.pro_bg .product .pro_list ul li a span{
  display: inline-block;
  overflow: hidden;
  width: 0.39rem;
  height: 0.28rem;
  position: relative;
  top: -0.05rem;

}

.pro_bg .product .pro_list ul li a span .p1{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li a span .p2{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li a i{
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 0.05rem;
  max-width: 70%;
}

.pro_bg .product .pro_list ul li::after{
  position: absolute;
  left: 0rem;
  bottom: 0px;
  width: 0%;
  height: 4px;
  background: #005a99;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li.on::after{
  width: 100%;
}

.pro_bg .product .pro_list ul li.on a i{
  color: #005a99;
}

.pro_bg .product .pro_list ul li.on a span .p1{
  transform: translateY(-100%);
}

.pro_bg .product .pro_list ul li.on a span .p2{
  transform: translateY(-100%);
}

.pro_bg .product .pro_box{
  margin: 0.4rem auto  auto;
} 

.pro_bg .product .pro_box .swiper-container{
  margin: 0 auto;
  overflow: hidden;
}

.pro_bg .product .pro_box .swiper-container .swiper-slide{
  position: relative;
}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li{
  float: left;
  width: 24%;
  margin-right: 1.3%;
  position: relative;

}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li:last-child{
  margin-right: 0;
}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li .pic{
  width: 100%;
  padding-top: 78%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li .txt{
  width: 100%;
  margin: 0 auto;
} 

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li .txt h5 a{
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  margin: 0.25rem auto 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li:hover .txt h5 a{
  color: #005a99;
}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  margin: 0.15rem auto 0.25rem auto;

}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li .txt .more{
  display: block;
  width: 1.63rem;
  height: 0.45rem;
  line-height: 0.45rem;
  border: 1px solid #d9d9d9;
  border-radius: 45px;
  font-size: 0.14rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li .txt .more::after{
  position: absolute;
  left: 0rem;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #005a99;
  content: "";
  z-index: -1;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li:hover .txt .more::after{
  width: 100%;
}

.pro_bg .product .pro_box .swiper-container .swiper-slide ul li:hover .txt .more{
  color: #fff;
}


.pro_bg .product .pro_box .swiper-pagination1{
  margin: 0.65rem auto 0 auto;
  width: 100%;
  text-align: center;

}


.pro_bg .product .pro_box .swiper-pagination1 .swiper-pagination-bullet{
  opacity: 1;
  margin: 0 8px;
  width: 0.1rem;
  height: 0.1rem;
  background: #b3b3b3;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box .swiper-pagination1 .swiper-pagination-bullet-active{
  width: 0.4rem;
  background: #005a99;
  border-radius: 45px;

}


@media (max-width: 980px){
  .pro_bg{
    margin: 0 auto 0rem auto;
    width: 100%;
  }
  
  .pro_bg .product{
    margin: 0 auto;
  }
  
  
  
  .pro_bg .product .pro_list{
    margin: 0.35rem auto 0 auto;
    height: auto;
    border-bottom: 2px solid #d9d9d9;
    text-align: center;
  }
  
  .pro_bg .product .pro_list ul li{
    display: block;
    text-align: center;
    margin:  0.1rem auto 0 auto;
    height: 0.8rem;
    width: 33%;
    position: relative;
    float: left;
  }
  
  .pro_bg .product .pro_list ul li::before{
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 1px;
    height: 0.4rem;
    background: #d9d9d9;
  }
  
  .pro_bg .product .pro_list ul li a{
    display: block;
    text-align: center;
    line-height: 0.4rem;
  }
  
  .pro_bg .product .pro_list ul li a span{
    display: block;
    overflow: hidden;
    width: 0.39rem;
    height: 0.28rem;
    position: relative;
    top: 0rem;
  
    margin: 0 auto;
  }
  
  
  .pro_bg .product .pro_list ul li a i{
    font-size: 0.14rem;
    color: #333333;
    margin: 0rem auto 0 auto;
    max-width: 100%;
  }
  

  
  .pro_bg .product .pro_box{
    margin: 0.3rem auto  auto;
  } 
  
  
  .pro_bg .product .pro_box .swiper-container .swiper-slide ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.2rem;
    position: relative;
  
  }

  .pro_bg .product .pro_box .swiper-container .swiper-slide ul li:nth-child(2n){
    margin-right: 0;
  }
  
  .pro_bg .product .pro_box .swiper-container .swiper-slide ul li:last-child{
    margin-right: 0;
  }
  

  
  .pro_bg .product .pro_box .swiper-container .swiper-slide ul li .txt h5 a{
    font-size: 0.15rem;
    color: #333333;
    font-weight: bold;
    margin: 0.2rem auto 0 auto;
  }
  
  .pro_bg .product .pro_box .swiper-container .swiper-slide ul li .txt p{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.25rem;
    height: 0.5rem;
    overflow: hidden;
    margin: 0.05rem auto 0.1rem auto;
  
  }
  
  .pro_bg .product .pro_box .swiper-container .swiper-slide ul li .txt .more{
    display: block;
    width: 1.2rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border: 1px solid #d9d9d9;
    border-radius: 45px;
    font-size: 0.14rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 5;
  }
  
  
  
  .pro_bg .product .pro_box .swiper-pagination1{
    margin: 0.05rem auto 0 auto;
    width: 100%;
    text-align: center;
  
  }
  
  
  .pro_bg .product .pro_box .swiper-pagination1 .swiper-pagination-bullet-active{
    width: 0.3rem;
    background: #005a99;
    border-radius: 45px;
  
  }
}




/* ys */

.ys_bg{
  margin: 0rem auto 0 auto;
  width: 100%;
  background: #fafafa;
  overflow: hidden;
}

.ys_bg .ys_t{
  margin: 0 auto;
  text-align: center;
  padding: 0.7rem 0 0.6rem 0;
}

.ys_bg .ys_t .title span{
  width: 61%;

}

.ys_bg .ys{
  margin: 0 auto;
  width: 100%;
  height: 7.5rem;
  background: url(../images/ys_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.ys_bg .ys ul li{
  float: left;
  width: 24.9%;
  height: 7.5rem;
  border-right: 1px solid rgba(205, 205, 205, 0.4);
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.ys_bg .ys ul li:last-child{
  border-right:none;
}

.ys_bg .ys ul li .ys_img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;

}

.ys_bg .ys ul li .ys_img img{
  width: 100%;
  height: 100%;
}

.ys_bg .ys ul li .txt{
  text-align: center;
  width: 84%;
  margin: 1.9rem auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

} 

.ys_bg .ys ul li .txt img{
  display: block;
  margin: 0rem auto 0 auto;
  width: 0.81rem;
  height: 0.81rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ys_bg .ys ul li .txt h5{
  font-size: 0.28rem;
  color: #fff;
  font-weight: bold;
  margin: 0.1rem auto 0 auto;

}


.ys_bg .ys ul li .txt p{
  margin: 0.15rem auto 0 auto;
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.32rem;
  height: 1.28rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ys_bg .ys ul li .txt .more{
  display: block;
  margin: 0.4rem auto 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  background: #005a99 url(../images/ys_more.png) no-repeat center;
  border: 1px solid #005a99;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.ys_bg .ys ul li::after{
  position: absolute;
  left: 0rem;
  top: 0px;
  width: 100%;
  height: 0;
  background: #005a99;
  opacity: 0.6;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys ul li.on::after{
  height: 100%;

}

.ys_bg .ys ul li.on .txt .more{
  border: 1px solid #ffffff;
  background: url(../images/ys_more.png) no-repeat center;
}

@media (max-width: 980px) {
  .ys_bg{
    margin: 0.3rem auto 0 auto;

  }
  
  .ys_bg .ys_t{
    margin: 0 auto;
    text-align: center;
    padding: 0.3rem 0 0.2rem 0;
  }
  
  .ys_bg .ys_t .title span{
    width: 100%;
  
  }
  
  .ys_bg .ys{
    margin: 0 auto;
    width: 100%;
    height: 7rem;
    background: url(../images/ys_bg.jpg) no-repeat top center;
    overflow: hidden;
  }
  
  .ys_bg .ys ul li{
    float: left;
    width: 49.3%;
    height: 3.7rem;
    border: 1px solid rgba(205, 205, 205, 0.4);
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin-top: -1px;
  }
  
  .ys_bg .ys ul li:last-child{
    border: 1px solid rgba(205, 205, 205, 0.4);
  }
  
  
  .ys_bg .ys ul li .txt{
    text-align: center;
    width: 90%;
    margin: 0.3rem auto 0 auto;
  
  } 
  
  .ys_bg .ys ul li .txt img{
    display: block;
    margin: 0rem auto 0 auto;
    width: 0.51rem;
    height: 0.51rem;
  }
  
  
  .ys_bg .ys ul li .txt h5{
    font-size: 0.16rem;
    color: #fff;
    font-weight: bold;
    margin: 0.1rem auto 0 auto;
  
  }
  
  
  .ys_bg .ys ul li .txt p{
    margin: 0.15rem auto 0 auto;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.24rem;
    height: auto;
  }
  
  
  .ys_bg .ys ul li .txt .more{
    display: none;
  }
  
 
}



/* ry */

.ry_bg{
  width: 100%;
  margin: 0.9rem auto 0.8rem auto;
}


.ry{
  margin: 0rem auto 0 auto;
}


.ry .title span{
  width: 61%;
}

.ry .ry_box{
  margin: 0.65rem auto 0 auto;
  position: relative;
} 

.ry .ry_box .swiper-container{
  margin: 0 auto;
}

.ry .ry_box .swiper-container .swiper-slide{
  position: relative;

}

.ry .ry_box .swiper-container .swiper-slide .nr{
  padding-bottom: 0.8rem;
  background: url(../images/ry_list.png) no-repeat bottom center;
  background-size: 100%;
}

.ry .ry_box .swiper-container .swiper-slide .pic{
  width: 58%;
  position: relative;
  padding-top: 80%;
  background: #fff;
  margin: 0 auto;
  right: 0.2rem;

}

.ry .ry_box .swiper-container .swiper-slide .pic img{
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;

}


.ry .ry_box .swiper-ry-next {
  position: absolute;
  right: -0rem;
  top: 40%;
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/ry_right.png) no-repeat center;
  z-index: 5;
}

.ry .ry_box .swiper-ry-prev {
  position: absolute;
  left: -0rem;
  top: 40%;
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/ry_left.png) no-repeat center;
  z-index: 5;
}


@media (max-width: 980px) {
  .ry_bg{
    width: 100%;
    margin: 0.3rem auto 0.3rem auto;
  }
  
  
  .ry{
    margin: 0rem auto 0 auto;
  }
  
  .ry .title i{
    font-size: 0.24rem;
  }

  .ry .title span{
    width: 100%;
  }
  
  .ry .ry_box{
    margin: 0.35rem auto 0 auto;
    position: relative;
  } 
  
  .ry .ry_box .swiper-container{
    margin: 0 auto;
  }
  
  .ry .ry_box .swiper-container .swiper-slide{
    position: relative;
  
  }
  
  .ry .ry_box .swiper-container .swiper-slide .nr{
    padding-bottom: 0.4rem;
    background: url(../images/ry_list.png) no-repeat bottom center;
    background-size: 100%;
  }
  
  .ry .ry_box .swiper-container .swiper-slide .pic{
    width: 58%;
    position: relative;
    padding-top: 80%;
    background: #fff;
    margin: 0 auto;
    right: 0.1rem;
  
  }
  
  
  
  .ry .ry_box .swiper-ry-next {
    position: absolute;
    right: -0rem;
    top: 40%;
    cursor: pointer;
    width: 0.34rem;
    height: 0.34rem;
    background: url(../images/ry_right.png) no-repeat center;
    z-index: 5;
  }
  
  .ry .ry_box .swiper-ry-prev {
    position: absolute;
    left: -0rem;
    top: 40%;
    cursor: pointer;
    width: 0.34rem;
    height: 0.34rem;
    background: url(../images/ry_left.png) no-repeat center;
    z-index: 5;
  }


}


/* gg */

.gg_bg{
  width: 100%;
  margin: 0 auto;
  height: 4rem;
  background: url(../images/gg_bg.jpg) no-repeat top center;
}

.gg_bg .gg_cont{
  margin: 0 auto;
  padding-top: 0.6rem;
  text-align: center;
}


.gg_bg .gg_cont h5{
  font-size: 0.34rem;
  color: #fff;
  font-weight: bold;

}

.gg_bg .gg_cont p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.32rem;
  margin: 0.1rem auto 0 auto;
  width: 61%;
}

.gg_bg .gg_cont .zixun{
  margin: 0.6rem auto 0 auto;
  width: 2.5rem;
  height: 0.63rem;
  line-height: 0.63rem;
  background: #0254a6;
  border-bottom: 2px solid #dc0000;


}

.gg_bg .gg_cont .zixun a{
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  background: url(../images/more1.png) no-repeat right center;
  padding-right: 0.2rem;
}


@media (max-width: 980px) {

  .gg_bg{
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: url(../images/gg_bg.jpg) no-repeat top center;
  }
  
  .gg_bg .gg_cont{
    margin: 0 auto;
    padding: 0.3rem 0  0.3rem 0;
    text-align: center;
  }
  
  
  .gg_bg .gg_cont h5{
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
  
  }
  
  .gg_bg .gg_cont p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.24rem;
    margin: 0.1rem auto 0 auto;
    width: 100%;
  }
  
  .gg_bg .gg_cont .zixun{
    margin: 0.3rem auto 0 auto;
    width: 1.8rem;
    height: 0.43rem;
    line-height: 0.43rem;
    background: #0254a6;
    border-bottom: 2px solid #dc0000;
  
  
  }
  
  .gg_bg .gg_cont .zixun a{
    display: inline-block;
    font-size: 0.14rem;
    color: #fff;
    background: url(../images/more1.png) no-repeat right center;
    padding-right: 0.2rem;
  }

}




/* case */

.case_bg{
  width: 100%;
  margin: 0.95rem auto 0 auto;
}

.case_bg .case{
  margin: 0 auto;
}


.case_bg .case .case_box{
  margin: 0.55rem auto 0 auto;
  position: relative;
}

.case_bg .case .case_box .swiper-container{
  overflow: hidden;
}


.case_bg .case .case_box .swiper-container .swiper-slide{
  position: relative;
}

.case_bg .case .case_box .swiper-container .swiper-slide .pic{
  width: 100%;
  padding-top: 78%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.case_bg .case .case_box .swiper-container .swiper-slide .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .swiper-container .swiper-slide .txt{
  width: 100%;
  margin: 0 auto;
} 

.case_bg .case .case_box .swiper-container .swiper-slide .txt a{
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  margin: 0.25rem auto 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .swiper-container .swiper-slide .txt p{
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  margin: 0.15rem auto 0.25rem auto;
}


.case_bg .case .case_box .swiper-container .swiper-slide:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case_bg .case .case_box .swiper-container .swiper-slide:hover .txt a{
  color: #005a99;
}

.case_bg .case .case_box .case-next{
  position: absolute;
  right: -0.55rem;
  top: 30%;
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/ry_right.png) no-repeat center;

}

.case_bg .case .case_box .case-prev{
  position: absolute;
  left: -0.55rem;
  top: 30%;
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/ry_left.png) no-repeat center;
}





@media (max-width: 980px){
  .case_bg{
    width: 100%;
    margin: 0.35rem auto 0 auto;
  }
  
  .case_bg .case{
    margin: 0 auto;
  }

  .case_bg .case .title i{
    font-size: 0.24rem;
  }
  
  
  .case_bg .case .case_box{
    margin: 0.35rem auto 0 auto;
    position: relative;
    padding-bottom: 0.5rem;
  }
  
  .case_bg .case .case_box .swiper-container{
    overflow: hidden;
  }
  
  
  .case_bg .case .case_box .swiper-container .swiper-slide .txt a{
    font-size: 0.16rem;
    color: #333333;
    font-weight: bold;
    margin: 0.2rem auto 0 auto;
  }
  
  .case_bg .case .case_box .swiper-container .swiper-slide .txt p{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.25rem;
    height: 0.5rem;
    overflow: hidden;
    margin: 0.1rem auto 0rem auto;
  }
  
  
  .case_bg .case .case_box .case-next{
    position: absolute;
    right: 30%;
    top: auto;
    bottom: 0px;
    cursor: pointer;
    width: 0.34rem;
    height: 0.34rem;
    background: url(../images/ry_right.png) no-repeat center;
  
  }
  
  .case_bg .case .case_box .case-prev{
    position: absolute;
    left: 30%;
    top: auto;
    bottom: 0px;
    cursor: pointer;
    width: 0.34rem;
    height: 0.34rem;
    background: url(../images/ry_left.png) no-repeat center;
  }
  
  

}





/* news */

.news_bg{
  width: 100%;
  margin: 0.55rem auto 0 auto;
  overflow: hidden;
  background: url(../images/news_bg.jpg) no-repeat top center;
  padding-bottom: 0.9rem;
}

.news_bg .news{
  margin: 0 auto;
  padding-top: 1rem;
}

.news_bg .news .news_t{
  margin: 0 auto;
  height: 1.4rem;

}

.news_bg .news .news_t .title{
  float: left;
  text-align: left;
}

.news_bg .news .news_t .title span{
  text-align: left;
}

.news_bg .news .news_t .news_list{
  margin-top: 0.3rem;
  float: right;
}

.news_bg .news .news_t .news_list ul{
  float: left;
}

.news_bg .news .news_t .news_list ul li{
  float: left;
  width: 1.65rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #e6e6e6;
  border-radius: 5px;
  margin-right: 0.45rem;
  position: relative;
  z-index: 5;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #333333;
}

.news_bg .news .news_t .news_list .more{
  float: right;
  width: 1.65rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #e6e6e6;
  border-radius: 5px;
}

.news_bg .news .news_t .news_list .more a{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li::after{
  position: absolute;
  left: 0rem;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #005a99;
  border-radius: 5px;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li.on::after{
  width: 100%;
}

.news_bg .news .news_t .news_list ul li.on a{
  color: #fff;
}


.news_bg .news .news_box{
  margin: 0 auto;
} 

.news_bg .news .news_box .news_l{
  float: left;
  width: 26.5%;
  height: 4.7rem;
  background: #fff;
  -webkit-box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
  margin-left: 0.5%;
}


.news_bg .news .news_box .news_l .pic{
  width: 100%;
  height: 2.55rem;
  position: relative;
  margin: 0 auto;

}

.news_bg .news .news_box .news_l .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.news_bg .news .news_box .news_l .txt{
  position: relative;
  padding: 0 3%;
  width: 94%;
  height: 1.85rem;
  margin: 0.3rem auto 0 auto;

} 

.news_bg .news .news_box .news_l .txt h5 a{
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0rem 0 0.2rem 0;
}


.news_bg .news .news_box .news_l:hover .txt h5 a{
  color: #005a99;
}

.news_bg .news .news_box .news_l .txt p{
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
}

.news_bg .news .news_box .news_l .txt span{
  display: block;
  font-size: 0.14rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0.3rem;
}

.news_bg .news .news_box .news_l .txt .more{
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0.46rem;
  height: 0.46rem;
  background: #005a99 url(../images/more2.png) no-repeat  center;
}

.news_bg .news .news_box .news_r{
  float: right;
  width: 72.9%;
  margin-right: 0.1%;
}

.news_bg .news .news_box .news_r ul li{
  position: relative;
  z-index: 5;
  float: left;
  width: 26%;
  height: 2.2rem;
  background: #fff;
  -webkit-box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
  margin: 0 0.33% 0.3rem 2%;
  padding: 0 2.5%;
}

.news_bg .news .news_box .news_r ul li h5 a{
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.37rem 0 0.25rem 0;
}

.news_bg .news .news_box .news_r ul li em{
  display: block;
  width: 0.17rem;
  height: 2px;
  background: #16ab48;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_r ul li p{
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  margin-top: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_r ul li span{
  display: block;
  font-size: 0.14rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0.22rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_r ul li .more{
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0.46rem;
  height: 0.46rem;
  background: #005a99 url(../images/more2.png) no-repeat  center;
}


.news_bg .news .news_box .news_r ul li::after{
  position: absolute;
  left: 0rem;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #005a99;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_r ul li:hover::after{
  height: 100%;
}

.news_bg .news .news_box .news_r ul li:hover h5 a{
  color: #fff;
}

.news_bg .news .news_box .news_r ul li:hover em{
  background: #fff;

}

.news_bg .news .news_box .news_r ul li:hover p{
  color: #fff;
}

.news_bg .news .news_box .news_r ul li:hover span{
  color: #fff;
}




@media (max-width: 980px){

  .news_bg{
    width: 100%;
    margin: 0.3rem auto 0 auto;
    overflow: hidden;
    background: url(../images/news_bg.jpg) no-repeat top center;
    padding-bottom: 0.3rem;
  }
  
  .news_bg .news{
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  
  .news_bg .news .news_t{
    margin: 0 auto;
    height: auto;
  
  }
  
  .news_bg .news .news_t .title{
    float: none;
    text-align: center;
  }
  
  .news_bg .news .news_t .title span{
    text-align: center;
  }

  .news_bg .news .news_t .title i{
    font-size: 0.24rem;
  }
  
  .news_bg .news .news_t .news_list{
    margin-top: 0.3rem;
    float: none;
    height: 0.45rem;
  }
  
  .news_bg .news .news_t .news_list ul{
    float: none;
  }
  
  .news_bg .news .news_t .news_list ul li{
    float: left;
    width: 30%;
    height: 0.45rem;
    line-height: 0.45rem;
    background: #e6e6e6;
    border-radius: 5px;
    margin: 0 1.6%;
    position: relative;
    z-index: 5;
  }
  
  .news_bg .news .news_t .news_list ul li a{
    display: block;
    text-align: center;
    font-size: 0.16rem;
    color: #333333;
  }
  
  .news_bg .news .news_t .news_list .more{
    display: none;
  }
  

  
  .news_bg .news .news_box{
    margin: 0.3rem auto 0 auto;
  } 
  
  .news_bg .news .news_box .news_l{
    float: none;
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
    margin-left: 0;
  }
  
  
  .news_bg .news .news_box .news_l .pic{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-top: 60%;
  
  }
  
  
  .news_bg .news .news_box .news_l .txt{
    position: relative;
    padding: 0 3%;
    width: 94%;
    height: 1.5rem;
    margin: 0.2rem auto 0 auto;
  
  } 
  
  .news_bg .news .news_box .news_l .txt h5 a{
    font-size: 0.16rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0rem 0 0.1rem 0;
  }
  
  
  .news_bg .news .news_box .news_l .txt p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.25rem;
    height: 0.5rem;
    overflow: hidden;
  }
  
  .news_bg .news .news_box .news_l .txt span{
    display: block;
    font-size: 0.14rem;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.2rem;
  }
  

  .news_bg .news .news_box .news_l .txt .more{
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .news_bg .news .news_box .news_r{
    float: none;
    width: 100%;
    margin: 0.3rem auto 0 auto;
  }
  
  .news_bg .news .news_box .news_r ul li{
    position: relative;
    z-index: 5;
    float: left;
    width: 43%;
    height: 2rem;
    background: #fff;
    -webkit-box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 8px 8px 6px rgba(0, 0, 0, .03);
    margin: 0 1% 0.2rem 1%;
    padding: 0 2.5%;
  }
  
  .news_bg .news .news_box .news_r ul li h5 a{
    font-size: 0.16rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0.2rem 0 0.25rem 0;
  }
  
  .news_bg .news .news_box .news_r ul li em{
    display: block;
    width: 0.17rem;
    height: 2px;
    background: #16ab48;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .news_bg .news .news_box .news_r ul li p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.25rem;
    height: 0.5rem;
    overflow: hidden;
    margin-top: 0.1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .news_bg .news .news_box .news_r ul li span{
    display: block;
    font-size: 0.14rem;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.25rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .news_bg .news .news_box .news_r ul li .more{
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0.4rem;
    height: 0.4rem;
  }
  
  


}</pre></body></html>